GrammaticalInflectionManagerCompat

Types

Link copied to clipboard

Properties

Link copied to clipboard
Constant for grammatical gender: to indicate the terms of address the user preferred in an application is feminine.
Link copied to clipboard
Constant for grammatical gender: to indicate the terms of address the user preferred in an application is masculine.
Link copied to clipboard
Constant for grammatical gender: to indicate the terms of address the user preferred in an application is neuter.
Link copied to clipboard
Constant for grammatical gender: to indicate the user has not specified the terms of address for the application.

Functions

Link copied to clipboard
open fun getApplicationGrammaticalGender(@NonNull context: @NonNull Context): Int
Returns the current grammatical gender.
Link copied to clipboard
open fun setRequestedApplicationGrammaticalGender(@NonNull context: @NonNull Context, grammaticalGender: Int)
Sets the current grammatical gender.